From: Glenn Morris Date: Fri, 14 May 2010 02:28:28 +0000 (-0700) Subject: * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~4808^2^2~9 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=cb027b32957a73af833358c323ba1ec53afc8243;p=emacs.git * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM). --- diff --git a/src/ChangeLog b/src/ChangeLog index b58bc51d08e..e7f429344fb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-05-14 Glenn Morris + + * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM). + 2010-05-13 Glenn Morris * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff. diff --git a/src/s/netbsd.h b/src/s/netbsd.h index b8df9014ecc..4874ec9af56 100644 --- a/src/s/netbsd.h +++ b/src/s/netbsd.h @@ -26,8 +26,6 @@ along with GNU Emacs. If not, see . */ #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) -#define AMPERSAND_FULL_NAME - /* On post 1.3 releases of NetBSD, gcc -nostdlib also clears the library search parth, i.e. it won't search /usr/lib for libc and friends. Using -nostartfiles instead avoids